ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Password Property

In This Topic
    Password Property (DocumentBase<PageType>)
    In This Topic
    Gets or sets a password to protect the saved document file.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}
    See Also